

/* 轮播 */
.bannercpcp { position: relative; overflow: auto; }
.bannercpcp li { list-style: none; }
.bannercpcp ul li { float: left; }

.bannercp .arrows {
    display: none;
}

.bannercp:hover .arrows,
.bannercp.hover .arrows {
    display: block;
}

@media only screen {
    .bannercp .arrows {
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        opacity: 0;
        display: block;
    }
    
    .bannercp:hover .arrows,
    .bannercp.hover .arrows {
        opacity: 1;
    }
}

.bannercp .arrows {
    position: absolute;
    z-index: 20;
}

.bannercp .arrows .prev,
.bannercp .arrows .next {
    position: absolute;
    width: 76px;
    height: 77px;
    font: 0/0 a;
    color: transparent;
    cursor: pointer;
}

.bannercp .arrows .prev {
    left: 30px;
    background: url(../images/slide_arrow_left.png) no-repeat;
}

.bannercp .arrows .next {
    right: 30px;
    background: url(../images/slide_arrow_right.png) no-repeat;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    zoom: 1;
}

.section4 {
    height: 360px;
}

.section4 .bannercp ul li {
    height: 360px;
}

.section4 .bannercp .arrows {
    top: 100px;
	width:100%
}

.section4 .dots {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 300px;
	/*top:0;*/
    text-align: center;
    font-size: 15px;
    background: #fff;
}

.section4 .dot {
    float: left;
    line-height: 56px;
	width: 17%;
    /*width: 33.33%;*/
	/*width:8vw;*/
    border-bottom: 2px solid;
    border-top: 2px solid #e8e8e8;
    cursor: pointer;
}


.section4 .mydoc{
    overflow: hidden;
    width: 61%;
    position: absolute;
    border: solid;
    height: 61px;
    bottom: 0;
	}
.section4 .dot1 {
    color: #e33189;
    border-bottom-color: #f3bfd9;
	
}

.section4 .dot1.active {
    background: #f3bfd9;
}

.section4 .dot2 {
    color: #24adac;
    border-bottom-color: #a4f7f6;
}

.section4 .dot2.active {
    background: #a4f7f6;
}

.section4 .dot3 {
    color: #dc6f23;
    border-bottom-color: #edcfbb;
}

.section4 .dot3.active {
    background: #edcfbb;
}

.section4 .dot4 {
    color: #da4e4e;
    border-bottom-color: #f0b5b5;
}

.section4 .dot4.active {
    background: #f0b5b5;
}

.section4 .dot5 {
    color: #8344c3;
    border-bottom-color: #c0c8f4;
}

.section4 .dot5.active {
    background: #c0c8f4;
}

.section4 .dot6 {
    width: 12%;
    color: #1774e2;
    border-bottom-color: #b8e6fb;
}

.section4 .dot6.active {
    background: #b8e6fb;
}
.bannercp *,*:after,*:before,.div_lead *,*:after,*:before{
transition: none;
}
.bannercp .owl-item{background:#fff;}

.bannercp .owl-item .item_block{
    width: 100%;
	transition: all 0.36s ease;
    height: auto;
    float: left;
    position: relative;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}
.bannercp .item_block .item_img {
    padding-top: 39.6%;
	float: left;
    width: 61%;
	position: relative;
    overflow: hidden;
}
.bannercp .item_block .item_img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.36s ease;
    display: inline;
	max-width: 100%;
	border: none;
    vertical-align: top;
}
.bannercp .item_block .item_img::after {
    content: '';
    position: absolute;
    top: 24%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #fff transparent transparent;
	transition: none;
}
.bannercp .item_block .item_box .item_wrapper {
    width: 39%;
    padding: 8% 6% 3%;
	float: right;
	box-sizing: border-box;
	transition: all 0.36s ease;
}
.bannercp .item_block .item_box .item_wrapper .item_info {
    padding-bottom: 10%;
    margin-bottom: 10%;
    border-bottom: 1px solid #ccc;
}
.bannercp .item_block .item_box .item_wrapper .titlename {
    font-size: 22px;
    line-height: 36px;
    color: #333;
	transition: all 0.36s ease;
}
.bannercp .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.bannercp .item_block .item_box .item_wrapper .subtitle {
    font-size: 14px;
    line-height: 28px;
    color: #666;
	transition: all 0.36s ease;
}
.bannercp .clearfix:after {
    clear: both;
    display: block;
    content: '';
	transition: none;
}
.bannercp .item_block .item_des {
    margin-top: 13px;
}
.bannercp .item_block .item_box .item_wrapper .description {
    font-size: 13px;
    line-height: 28px;
    height: 56px;
    -webkit-line-clamp: 2;
	text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
	overflow: hidden;
	transition: all 0.36s ease;
}
.div_hot .module_container::before,.div_lead .module_container::before{background:none;}
.div_hot .container_content,.div_lead .container_content{float: right;
    width: 74%;
    clear: initial;}
.div_lead{    background: #f4f4f4;
    padding: 145px 0;background-color: #f5f6fb;}
.div_partner{}